home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Education
/
World of Education.iso
/
world_m
/
mercuryz.zip
/
GRAPH4.EKA
< prev
next >
Wrap
Text File
|
1992-03-24
|
269b
|
17 lines
; Demo of multiple functions in one graph.
a = 31
b = 9
f(x) := SIN(x)
g(x) := COS(x)
h(x) := -SIN(x)
i(x) := -COS(x)
PLOT f,g,h,i
SHOW a, b
TITLE "sine and cosine"
SUBTITLE "waveforms"
GBOUNDS 0,2
XLABEL "x axis"
YLABEL "y axis"
LEGEND